From: Jim Blandy Date: Thu, 24 Jun 1993 01:52:49 +0000 (+0000) Subject: * configure.in: Add --verbose flag. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95168 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d02e05d1ff1002a8dfb8efa14a01e59f26c00aaf;p=emacs.git * configure.in: Add --verbose flag. --- diff --git a/configure1.in b/configure1.in index cf73c1b378d..cf90d936b40 100755 --- a/configure1.in +++ b/configure1.in @@ -262,6 +262,11 @@ Set it to either \`yes' or \`no'." exec_prefix="${val}" ;; + ## Verbose flag, tested by autoconf macros. + "verbose" ) + verbose=yes + ;; + ## Has the user asked for some help? "usage" | "help" ) echo "${short_usage}" | more